projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9450f12
)
(url-retrieve-internal): Bind url-proxy-object to nil.
author
Magnus Henoch
<mange@freemail.hu>
Fri, 8 Dec 2006 00:39:01 +0000
(
00:39
+0000)
committer
Magnus Henoch
<mange@freemail.hu>
Fri, 8 Dec 2006 00:39:01 +0000
(
00:39
+0000)
lisp/url/url.el
patch
|
blob
|
history
diff --git
a/lisp/url/url.el
b/lisp/url/url.el
index a95c7e39c02611f0664475d3030465f1852cad85..4ba604203dcdd14a586e68945aeb45486f9477d2 100644
(file)
--- a/
lisp/url/url.el
+++ b/
lisp/url/url.el
@@
-172,6
+172,7
@@
the list of events, as described in the docstring of `url-retrieve'."
(unless (url-type url)
(error "Bad url: %s" (url-recreate-url url)))
(let ((loader (url-scheme-get-property (url-type url) 'loader))
+ (url-proxy-object nil)
(url-using-proxy (if (url-host url)
(url-find-proxy-for-url url (url-host url))))
(buffer nil)